File diff r23496:661d21df67d7 → r23497:a0ab44ebd2fa
src/script/api/script_text.hpp
Show inline comments
 
@@ -45,7 +45,7 @@ public:
 
	RawText(const char *text);
 
	~RawText();
 

	
 
	/* virtual */ const char *GetEncodedText() { return this->text; }
 
	const char *GetEncodedText() override { return this->text; }
 
private:
 
	const char *text;
 
};