summaryrefslogtreecommitdiffstats
path: root/client/gui/resource_provider.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:37:14 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 18:49:05 +0100
commit90104b39aec42210bf823a1a5f23e1822f32c038 (patch)
tree1d898b1b2c45d5f04ffe5464e244bd701feab75b /client/gui/resource_provider.cpp
parent16540e99531b301d55e896c2244ca099895e6062 (diff)
downloadspice-90104b39aec42210bf823a1a5f23e1822f32c038.tar.gz
spice-90104b39aec42210bf823a1a5f23e1822f32c038.tar.xz
spice-90104b39aec42210bf823a1a5f23e1822f32c038.zip
Revert automatic renames that were wrong
Seems my rename script didn't handle C++ namespaces that well.
Diffstat (limited to 'client/gui/resource_provider.cpp')
-rw-r--r--client/gui/resource_provider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gui/resource_provider.cpp b/client/gui/resource_provider.cpp
index b194ea9e..47f86a43 100644
--- a/client/gui/resource_provider.cpp
+++ b/client/gui/resource_provider.cpp
@@ -19,9 +19,9 @@
//{"; od -txC -v <in file name> | sed -e "s/^[0-9]*//" -e s"/ \([0-9a-f][0-9a-f]\)/0x\1,/g" -e"\$d"
//| sed -e"\$s/,$/};/") > <out file name>.c
-void CEGUIResourceProvider::loadRawDataContainer(const CEGUI::SpiceString &filename,
+void CEGUIResourceProvider::loadRawDataContainer(const CEGUI::String &filename,
CEGUI::RawDataContainer &output,
- const CEGUI::SpiceString &resourceGroup)
+ const CEGUI::String &resourceGroup)
{
DBG(0, "%s", filename.c_str());
if (strcmp(filename.c_str(), "TaharezLook.scheme") == 0) {