Skip to content

Commit 300dd42

Browse files
authored
Remove Const due to FileRead (Makuna#223)
1 parent c5b8343 commit 300dd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/NeoBitmapFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ template<typename T_COLOR_FEATURE, typename T_FILE_METHOD> class NeoBitmapFile
171171
return _height;
172172
};
173173

174-
typename T_COLOR_FEATURE::ColorObject GetPixelColor(int16_t x, int16_t y) const
174+
typename T_COLOR_FEATURE::ColorObject GetPixelColor(int16_t x, int16_t y)
175175
{
176176
if (x < 0 || x >= _width || y < 0 || y >= _height)
177177
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy