git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add variables initialization
[stg.git]
/
projects
/
stargazer
/
store_loader.cpp
diff --git
a/projects/stargazer/store_loader.cpp
b/projects/stargazer/store_loader.cpp
index 11fd804fa8801b2a4f31a8400b563858056153bd..f012acd44a9c9809834f952b0398455ebf8c1d7e 100644
(file)
--- a/
projects/stargazer/store_loader.cpp
+++ b/
projects/stargazer/store_loader.cpp
@@
-77,8
+77,8
@@
if (!handle)
isLoaded = true;
isLoaded = true;
-
BASE_
STORE * (*GetStore)();
-GetStore = (
BASE_
STORE * (*)())dlsym(handle, "GetStore");
+STORE * (*GetStore)();
+GetStore = (STORE * (*)())dlsym(handle, "GetStore");
if (!GetStore)
{
errorStr = "GetStore not found.";
if (!GetStore)
{
errorStr = "GetStore not found.";