Added virtual directive to destructors where missing
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4073
This commit is contained in:
@@ -51,7 +51,7 @@ using std::vector;
|
||||
class KRScene : public KRResource {
|
||||
public:
|
||||
KRScene(KRContext &context, std::string name);
|
||||
~KRScene();
|
||||
virtual ~KRScene();
|
||||
|
||||
virtual std::string getExtension();
|
||||
virtual bool save(const std::string& path);
|
||||
|
||||
@@ -48,7 +48,7 @@ using std::vector;
|
||||
class KRShaderManager : public KRContextObject {
|
||||
public:
|
||||
KRShaderManager(KRContext &context);
|
||||
~KRShaderManager();
|
||||
virtual ~KRShaderManager();
|
||||
|
||||
void loadFragmentShader(const std::string &name, const std::string &path);
|
||||
void loadVertexShader(const std::string &name, const std::string &path);
|
||||
|
||||
Reference in New Issue
Block a user