Put back a fix that the PandaSE team happily but accidentally reverted

This commit is contained in:
rdb 2010-04-12 16:47:59 +00:00
parent a5e19e546b
commit c9073b1d80

View File

@ -66,7 +66,7 @@ PUBLISHED:
static PT(Shader) make(const ShaderLanguage &lang, const string &vertex, const string &fragment, const string &geometry = "");
INLINE const Filename get_filename(const ShaderType &type = ST_none) const;
INLINE const string get_text(const ShaderType &type = ST_none) const;
INLINE const string &get_text(const ShaderType &type = ST_none) const;
INLINE const bool get_error_flag() const;
INLINE const ShaderLanguage get_language() const;