Skip to content

Commit

Permalink
fix cppcheck scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored May 14, 2024
1 parent d2abe26 commit 49a7754
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/MemoryPool.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
Copyright (c) 2024 Bert Melis. All rights reserved.
This work is licensed under the terms of the MIT license.
For a copy, see <https://opensource.org/licenses/MIT> or
the LICENSE file.
*/

#pragma once

#include "MemoryPool.h"

// dummy file to enable cppcheck

0 comments on commit 49a7754

Please sign in to comment.