Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySalnikov committed Nov 21, 2023
1 parent ad76fcb commit 66641a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.h
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ static String get_file_name_in_repository(const String &name) {
if (!singleton) { \
singleton = this; \
} else { \
PRINT_ERROR("Only 1 instance of " NAMEOF(class_name) " is allowed"); \
PRINT_ERROR("Only 1 instance of " NAMEOF(class_name) " is allowed"); \
}

#define UNASSIGN_SINGLETON(class_name) \

0 comments on commit 66641a4

Please sign in to comment.