summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-05 10:43:19 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-05 10:43:19 +0000
commitcb09ace972731ecc9b0fb653b88d4c599f4530fc (patch)
tree419c4f37b37b2d815656a96d2efd9fe76f914388 /src/shared/fallout3info.h
parent0dedf5a875753f75fd2d9735e9e8f3a9f4dabcb5 (diff)
Hoist self with own petard - add const
Diffstat (limited to 'src/shared/fallout3info.h')
-rw-r--r--src/shared/fallout3info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index 698dcb25..fb60d6ae 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -37,7 +37,7 @@ public:
static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() const { return getRegPathStatic(); }
virtual std::wstring getBinaryName() const { return L"Fallout3.exe"; }
- virtual std::wstring getExtenderName() { return L"fose_loader.exe"; }
+ virtual std::wstring getExtenderName() const { return L"fose_loader.exe"; }
virtual GameInfo::Type getType() const { return TYPE_FALLOUT3; }