diff options
Diffstat (limited to 'source/core/StarDataStreamDevices.hpp')
-rw-r--r-- | source/core/StarDataStreamDevices.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarDataStreamDevices.hpp b/source/core/StarDataStreamDevices.hpp index cec315e..dce7dcf 100644 --- a/source/core/StarDataStreamDevices.hpp +++ b/source/core/StarDataStreamDevices.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_DATA_STREAM_BUFFER_HPP -#define STAR_DATA_STREAM_BUFFER_HPP +#pragma once #include "StarBuffer.hpp" #include "StarDataStream.hpp" @@ -248,5 +247,3 @@ T DataStreamBuffer::deserializeMapContainer(ByteArray data, ReadFunction readFun } } - -#endif |