Procházet zdrojové kódy

Fix missing destructor

Daniele Bartolini před 12 roky
rodič
revize
b3e4617c48
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tools/compilers/txt/TXTCompiler.h

+ 1 - 0
tools/compilers/txt/TXTCompiler.h

@@ -36,6 +36,7 @@ class TXTCompiler : public Compiler
 public:
 
 					TXTCompiler(const char* root_path, const char* dest_path, const char* resource, uint32_t seed);
+					~TXTCompiler();
 
 	bool			compile();
 	void			write();