From 7344907adc52b1eb959e5962617647f87c445682 Mon Sep 17 00:00:00 2001 From: Katharina Ott Date: Thu, 13 Jun 2019 12:24:15 +0200 Subject: [PATCH] changed .hpp to .h --- src/visitor.cpp | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/src/visitor.cpp b/src/visitor.cpp index 93b7981..73b56aa 100644 --- a/src/visitor.cpp +++ b/src/visitor.cpp @@ -133,33 +133,3 @@ void Visitor::setY(float _y){ } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -