CppEditor: Fix unit test

Amends f477ede697.

Change-Id: Ibc6ae49adbe6932c57ca22008cbd354cd3bd26f5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2024-06-12 17:29:36 +02:00
parent 7d5f1bd17d
commit 55836c174d

View File

@@ -1,5 +1,5 @@
#ifndef PROJECT_INTERNAL_THECLASS_H
#define PROJECT_INTERNAL_THECLASS_H
#ifndef THECLASS_H
#define THECLASS_H
namespace Project {
namespace Internal {
@@ -26,4 +26,4 @@ template<typename T> T TheClass::defaultValue() const { return T(); }
} // namespace Internal
} // namespace Project
#endif // PROJECT_INTERNAL_THECLASS_H
#endif // THECLASS_H