Skip to content

Commit

Permalink
explicit references
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Jul 5, 2019
1 parent 14c69d7 commit 005ed1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Debug {

this->enabled = true;

start = clock_t::now();
this->start = clock_t::now();

if (Debug::colorIndex == 255) {
Debug::colorIndex = 0;
Expand Down Expand Up @@ -122,7 +122,7 @@ class Debug {
//
// Reset the timer.
//
start = clock_t::now();
this->start = clock_t::now();
}
};

Expand Down

0 comments on commit 005ed1b

Please sign in to comment.