summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 7686634bf..5390ab9ee 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -131,7 +131,7 @@ public:
131 * Returns the type of this file 131 * Returns the type of this file
132 * @return FileType corresponding to the loaded file 132 * @return FileType corresponding to the loaded file
133 */ 133 */
134 virtual FileType GetFileType() = 0; 134 virtual FileType GetFileType() const = 0;
135 135
136 /** 136 /**
137 * Load the application and return the created Process instance 137 * Load the application and return the created Process instance