diff options
Diffstat (limited to 'libs/gui/GuiConfig.cpp')
-rw-r--r-- | libs/gui/GuiConfig.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/gui/GuiConfig.cpp b/libs/gui/GuiConfig.cpp index bc0c83c557..3ec20ee0c0 100644 --- a/libs/gui/GuiConfig.cpp +++ b/libs/gui/GuiConfig.cpp @@ -18,8 +18,7 @@ namespace android { -void appendGuiConfigString(String8& configStr) -{ +void appendGuiConfigString(std::string& configStr) { static const char* config = " [libgui" #ifdef DONT_USE_FENCE_SYNC |