summaryrefslogtreecommitdiff
path: root/src/model/types/Type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/types/Type.hpp')
-rw-r--r--src/model/types/Type.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/model/types/Type.hpp b/src/model/types/Type.hpp
index 155f898..c4a9900 100644
--- a/src/model/types/Type.hpp
+++ b/src/model/types/Type.hpp
@@ -16,18 +16,16 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TYPE_HPP_
-#define _TYPE_HPP_
-
-#include <model/GraphNode.hpp>
+#ifndef _OUSIA_TYPES_TYPE_HPP_
+#define _OUSIA_TYPES_TYPE_HPP_
namespace ousia {
namespace types {
-class Type : public GraphNode {
+class Type {
//TODO: THIS IS A DUMMY CLASS DECLARATION
};
}
}
-#endif /* _TYPE_HPP_ */
+#endif /* _OUSIA_TYPES_TYPE_HPP_ */