Skip to content

Commit

Permalink
fixed compilation with gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Aug 13, 2013
1 parent e91011c commit 9320c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appleseed/renderer/modeling/scene/containers.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class ExceptionUnknownEntity
const char* entity_name,
const Entity* context = 0);

virtual ~ExceptionUnknownEntity() throw() {}

const std::string& get_context_path() const;

private:
Expand Down

0 comments on commit 9320c31

Please sign in to comment.