mirror of
https://github.com/anope/anope.git
synced 2026-07-07 17:03:13 +02:00
Fix the location of &* on types.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ namespace Language
|
||||
/** Sets the locale to the specified language.
|
||||
* @param lang The language to translate to.
|
||||
*/
|
||||
extern CoreExport void SetLocale(const char* lang);
|
||||
extern CoreExport void SetLocale(const char *lang);
|
||||
|
||||
/** Sets the locale back to the default. */
|
||||
extern CoreExport void ResetLocale();
|
||||
|
||||
Reference in New Issue
Block a user