mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Mark some functions as const
This commit is contained in:
@@ -84,7 +84,7 @@ private:
|
||||
ReadFunc Read;
|
||||
CloseFunc Close;
|
||||
|
||||
bool IsValid() { return library != NULL; }
|
||||
bool IsValid() const { return library != NULL; }
|
||||
};
|
||||
|
||||
struct HandlerFileHandle {
|
||||
|
||||
Reference in New Issue
Block a user