Commit cd89a218bead3e47bd2fbd08a882fc93ed99b372

Authored by Steve Greedy
1 parent f309591f

SW1 Update

Correct typographical error.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
GUI/SW1/SRC/LOGGER.cpp
1 1 // Logger.cpp
2 2 // Implementation of a multithread safe singleton logger class
3 3 #include <stdexcept>
4   -#include "logger.h"
  4 +#include "LOGGER.h"
5 5  
6 6 using namespace std;
7 7  
... ...