aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/SoundContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/SoundContext.h')
-rw-r--r--src/crepe/SoundContext.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/crepe/SoundContext.h b/src/crepe/SoundContext.h
index d361d83..090966d 100644
--- a/src/crepe/SoundContext.h
+++ b/src/crepe/SoundContext.h
@@ -15,13 +15,12 @@ private:
static SoundContext & get_instance();
SoundContext(const SoundContext &) = delete;
SoundContext(SoundContext &&) = delete;
- SoundContext &operator=(const SoundContext &) = delete;
- SoundContext &operator=(SoundContext &&) = delete;
+ SoundContext & operator=(const SoundContext &) = delete;
+ SoundContext & operator=(SoundContext &&) = delete;
private:
SoLoud::Soloud engine;
friend class Sound;
};
-}
-
+} // namespace crepe