diff options
Diffstat (limited to 'src/shared/falloutnvinfo.h')
| -rw-r--r-- | src/shared/falloutnvinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/falloutnvinfo.h b/src/shared/falloutnvinfo.h index 67a72ec5..65f17013 100644 --- a/src/shared/falloutnvinfo.h +++ b/src/shared/falloutnvinfo.h @@ -38,7 +38,7 @@ public: static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() const { return getRegPathStatic(); }
virtual std::wstring getBinaryName() const { return L"FalloutNV.exe"; }
- virtual std::wstring getExtenderName() { return L"nvse_loader.exe"; }
+ virtual std::wstring getExtenderName() const { return L"nvse_loader.exe"; }
virtual GameInfo::Type getType() const { return TYPE_FALLOUTNV; }
|
