mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Android builder c++11 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@8638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2dfcea4e06
commit
9b476be1df
5 changed files with 8 additions and 5 deletions
|
|
@ -250,7 +250,7 @@ void AndroidBuilderSetup::LoadCppRuntimes(const AndroidNDK& ndk)
|
|||
}
|
||||
|
||||
void AndroidBuilderSetup::LoadDropList(DropList& dropList,
|
||||
Vector<String> values,
|
||||
const Vector<String>& values,
|
||||
const String& defaultKey)
|
||||
{
|
||||
dropList.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue