Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2006, 8:47:20 PM (19 years ago)
Author:
rennerc
Message:

removed std::string& a = NULL in some headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/lib/graphics/importer/texture.h

    r7203 r7205  
    1818  {
    1919    public:
    20       Texture(const std::string& imageName = NULL, GLenum target = GL_TEXTURE_2D);
     20      Texture(const std::string& imageName = "", GLenum target = GL_TEXTURE_2D);
    2121  //  Texture(TEXTURE_TYPE type, int resolution);
    2222      virtual ~Texture();
Note: See TracChangeset for help on using the changeset viewer.