diff options
author | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 23:00:45 +0000 |
---|---|---|
committer | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 23:00:45 +0000 |
commit | 2ea3424d69a9dafc61b90448cce2b462c394047b (patch) | |
tree | 073b7d32f86ca0fae8f63a6d1eba9b1213978ae7 | |
parent | 562dbaec88e244316208d0df71262bc2461725dd (diff) | |
download | chromium_src-2ea3424d69a9dafc61b90448cce2b462c394047b.zip chromium_src-2ea3424d69a9dafc61b90448cce2b462c394047b.tar.gz chromium_src-2ea3424d69a9dafc61b90448cce2b462c394047b.tar.bz2 |
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
-rw-r--r-- | o3d/core/cross/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Bitmap*> Pack::CreateBitmapsFromRawData(RawData* raw_data); + std::vector<Bitmap*> CreateBitmapsFromRawData(RawData* raw_data); // Creates a new Texture2D object of the specified size and format and // reserves the necessary resources for it. |