Navigation Menu

Skip to content

Commit

Permalink
libcore: Fixed missing namespace for Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 29ebce7 commit 9b4dc17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/libs/core/include/de/data/variant.h
Expand Up @@ -20,6 +20,8 @@

#include "../Deletable"

namespace de {

/**
* Opaque owned pointer of any Deletable type.
*
Expand Down Expand Up @@ -81,3 +83,5 @@ class DE_PUBLIC Variant
private:
Deletable *_object;
};

} // namespace de

0 comments on commit 9b4dc17

Please sign in to comment.