mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -612,7 +612,7 @@ const plLocation& plResManager::FindLocation(const char* age, const char* page)
|
||||
return invalidLoc;
|
||||
}
|
||||
|
||||
const void plResManager::GetLocationStrings(const plLocation& loc, char* ageBuffer, char* pageBuffer) const
|
||||
void plResManager::GetLocationStrings(const plLocation& loc, char* ageBuffer, char* pageBuffer) const
|
||||
{
|
||||
plRegistryPageNode* page = FindPage(loc);
|
||||
const plPageInfo& info = page->GetPageInfo();
|
||||
|
@ -88,7 +88,7 @@ public:
|
||||
virtual plKey FindKey(const plUoid&); // Same as above, but will check the uoid for clones
|
||||
const plLocation& FindLocation(const char* age, const char* page) const;
|
||||
// Use nil for any strings you don't need
|
||||
const void GetLocationStrings(const plLocation& loc, char* ageBuffer, char* pageBuffer) const;
|
||||
void GetLocationStrings(const plLocation& loc, char* ageBuffer, char* pageBuffer) const;
|
||||
|
||||
//---------------------------
|
||||
// Establish reference linkage
|
||||
|
Reference in New Issue
Block a user