Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Debug print fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flrnull committed Jun 17, 2013
1 parent 6fd10b3 commit 0ec5364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Debug
{
void print(std::string string);
void print(int number);
void Debug::print(std::string string, int number);
void print(std::string string, int number);
};


Expand Down

0 comments on commit 0ec5364

Please sign in to comment.