diff options
| author | Lioncash <mai.iam2048@gmail.com> | 2023-04-13 09:38:09 -0400 |
|---|---|---|
| committer | Lioncash <mai.iam2048@gmail.com> | 2023-04-13 10:19:28 -0400 |
| commit | e4caace6bb6213851b979cdd76f9f44ef6d9cd09 (patch) | |
| tree | ae5d6cbcfa21c4084a301f96de4f560570c73a8b /Source/Android/jni/IniFile.cpp | |
| parent | 5c03b8af88e80e9502dcb0b20e17d9debf2617b3 (diff) | |
Common/IniFile: Move interface into Common namespace
Gets this out of the global namespace and into the Common namespace
Diffstat (limited to 'Source/Android/jni/IniFile.cpp')
| -rw-r--r-- | Source/Android/jni/IniFile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/jni/IniFile.cpp b/Source/Android/jni/IniFile.cpp index 56856feb9c..7172094bdf 100644 --- a/Source/Android/jni/IniFile.cpp +++ b/Source/Android/jni/IniFile.cpp @@ -7,6 +7,8 @@ #include "jni/AndroidCommon/AndroidCommon.h" #include "jni/AndroidCommon/IDCache.h" +using Common::IniFile; + static IniFile::Section* GetSectionPointer(JNIEnv* env, jobject obj) { return reinterpret_cast<IniFile::Section*>( |
