Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5321 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Oct 8, 2005, 3:55:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more error-catchin in the shader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/array.h

    r5262 r5321  
    3737
    3838    /** @returns The array */
    39     inline const T* getArray () const { return this->array; };
     39    inline T* getArray () const { return this->array; };
    4040    inline const T getEntry(unsigned int number) const;
    4141    /** * @returns The Count of entries in the Array*/
Note: See TracChangeset for help on using the changeset viewer.