summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ContentBundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ContentBundle.h')
-rw-r--r--StarsEx/ContentBundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/ContentBundle.h b/StarsEx/ContentBundle.h
index f94e0d9..ffcc7e1 100644
--- a/StarsEx/ContentBundle.h
+++ b/StarsEx/ContentBundle.h
@@ -38,7 +38,7 @@ public:
ContentBundle(ContentBundle&& that) = delete;
ContentBundle(const ContentBundle& that) = delete;
- operator = (const ContentBundle& that) = delete;
+ void operator = (const ContentBundle& that) = delete;
const Text& GetName() const { return name; }
Text GetText(const char* key) const;