Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2006, 8:47:20 PM (18 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/md2Model.h

    r7203 r7205  
    194194 private:
    195195   bool loadModel(const std::string& fileName);
    196    bool loadSkin(const std::string& fileName = NULL);
     196   bool loadSkin(const std::string& fileName = "");
    197197
    198198 public:
     
    223223
    224224public:
    225   MD2Model(const std::string& modelFileName, const std::string& skinFileName = NULL, float scale = 1.0f);
     225  MD2Model(const std::string& modelFileName, const std::string& skinFileName = "", float scale = 1.0f);
    226226  virtual ~MD2Model();
    227227
Note: See TracChangeset for help on using the changeset viewer.