From 2ea3424d69a9dafc61b90448cce2b462c394047b Mon Sep 17 00:00:00 2001 From: "tschmelcher@google.com" Date: Wed, 12 Aug 2009 23:00:45 +0000 Subject: Fix Linux build break from r23051. Review URL: http://codereview.chromium.org/165410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23241 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/core/cross/pack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o3d/core/cross/pack.h b/o3d/core/cross/pack.h index 753dce8..ce7be0f 100644 --- a/o3d/core/cross/pack.h +++ b/o3d/core/cross/pack.h @@ -233,7 +233,7 @@ class Pack : public NamedObject { // raw_data: contains the bitmap data in one of the know formats. // Returns: // bitmaps: A vector of pointers to bitmaps. If empty there was an error. - std::vector Pack::CreateBitmapsFromRawData(RawData* raw_data); + std::vector CreateBitmapsFromRawData(RawData* raw_data); // Creates a new Texture2D object of the specified size and format and // reserves the necessary resources for it. -- cgit v1.1