Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 31, 2022
1 parent b4537fd commit fdec549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dart/common/SharedLibrary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#elif DART_OS_WINDOWS

#include "dart/common/IncludeWindows.h"
#include "dart/common/IncludeWindows.hpp"
using hInstance = HINSTANCE__*;
#define DYNLIB_HANDLE hInstance

Expand Down
2 changes: 1 addition & 1 deletion dart/common/Timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <string>

#ifdef _WIN32
#include "dart/common/IncludeWindows.h"
#include "dart/common/IncludeWindows.hpp"
#else
#include <sys/time.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion dart/gui/LoadOpengl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DART_GUI_LOADOPENGL_HPP_

#if defined(_WIN32)
#include "dart/common/IncludeWindows.h"
#include "dart/common/IncludeWindows.hpp"
#include <GL/gl.h>
#include <GL/glu.h>
#elif defined(__linux__)
Expand Down

0 comments on commit fdec549

Please sign in to comment.