git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplified ToLower/ToUpper functions.
[stg.git]
/
projects
/
stargazer
/
store_loader.h
diff --git
a/projects/stargazer/store_loader.h
b/projects/stargazer/store_loader.h
index fd8b54a3f992ae2efab8cf26ea4f10a59085bccb..5245eb572f8c42f8091edc55657ee0fe30238faa 100644
(file)
--- a/
projects/stargazer/store_loader.h
+++ b/
projects/stargazer/store_loader.h
@@
-47,7
+47,7
@@
public:
bool Load();
bool Unload();
- STORE
* GetStore() { return
plugin; }
+ STORE
& GetStore() { return *
plugin; }
const std::string & GetStrError() const { return errorStr; }