diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:42:18 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:42:18 +0100 |
commit | aa4fbb5d2778ea40c3f996c9b07bcdbb155cbcd0 (patch) | |
tree | 1448978a44e92e6c2119ddec70fb476ae193e63d /src/crepe/api/LoopTimer.cpp | |
parent | b03f3a6300668550afa4d318e520a628a40fc76e (diff) |
make format changes
Diffstat (limited to 'src/crepe/api/LoopTimer.cpp')
-rw-r--r-- | src/crepe/api/LoopTimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.cpp b/src/crepe/api/LoopTimer.cpp index c6ffe9d..98ce08d 100644 --- a/src/crepe/api/LoopTimer.cpp +++ b/src/crepe/api/LoopTimer.cpp @@ -6,7 +6,7 @@ using namespace crepe; LoopTimer::LoopTimer() {} -LoopTimer & LoopTimer::getInstance() { +LoopTimer & LoopTimer::get_instance() { static LoopTimer instance; return instance; } |