Skip to content

Commit

Permalink
Update Display.h
Browse files Browse the repository at this point in the history
amending CMake errors
  • Loading branch information
AaronCollins1999 committed Mar 23, 2022
1 parent e091a71 commit 22079f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ class DisplayThread: public Thread{

unsigned int currentParam;

DisplayThread(Display *display); // Constructor
DisplayThread(){}; // Constructor

~DisplayThread(); //Destructor
~DisplayThread(){}; //Destructor

virtual void run();

Expand Down

0 comments on commit 22079f2

Please sign in to comment.