|
@@ -131,7 +131,7 @@ public:
|
|
|
* Returns the type of this file
|
|
* Returns the type of this file
|
|
|
* @return FileType corresponding to the loaded file
|
|
* @return FileType corresponding to the loaded file
|
|
|
*/
|
|
*/
|
|
|
- virtual FileType GetFileType() = 0;
|
|
|
|
|
|
|
+ virtual FileType GetFileType() const = 0;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Load the application and return the created Process instance
|
|
* Load the application and return the created Process instance
|