]> git.stg.codes - stg.git/blobdiff - projects/stargazer/store_loader.cpp
Fix compilation issues
[stg.git] / projects / stargazer / store_loader.cpp
index 11fd804fa8801b2a4f31a8400b563858056153bd..f012acd44a9c9809834f952b0398455ebf8c1d7e 100644 (file)
@@ -77,8 +77,8 @@ if (!handle)
 
 isLoaded = true;
 
-BASE_STORE * (*GetStore)();
-GetStore = (BASE_STORE * (*)())dlsym(handle, "GetStore");
+STORE * (*GetStore)();
+GetStore = (STORE * (*)())dlsym(handle, "GetStore");
 if (!GetStore)
     {
     errorStr = "GetStore not found.";