diff options
Diffstat (limited to 'source/core/StarIODevice.hpp')
-rw-r--r-- | source/core/StarIODevice.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarIODevice.hpp b/source/core/StarIODevice.hpp index 834b1d4..b375e81 100644 --- a/source/core/StarIODevice.hpp +++ b/source/core/StarIODevice.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_IO_DEVICE_H -#define STAR_IO_DEVICE_H +#pragma once #include "StarByteArray.hpp" #include "StarString.hpp" @@ -129,5 +128,3 @@ inline bool IODevice::isWritable() const { } } - -#endif |