diff options
Diffstat (limited to 'src/mesh_generator_thread.h')
-rw-r--r-- | src/mesh_generator_thread.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesh_generator_thread.h b/src/mesh_generator_thread.h index 051a0dc88..7df9a4e26 100644 --- a/src/mesh_generator_thread.h +++ b/src/mesh_generator_thread.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MESH_GENERATOR_THREAD_HEADER -#define MESH_GENERATOR_THREAD_HEADER +#pragma once #include <ctime> #include <mutex> @@ -130,5 +129,3 @@ private: protected: virtual void doUpdate(); }; - -#endif |