Renamed Tab.h to Tab.hpp

This commit is contained in:
bubnikv 2018-01-23 11:42:04 +01:00
parent 91c7bc43d3
commit a1705c093b
5 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@
#include <wx/sizer.h>
#include <wx/window.h>
#include "Tab.h"
#include "Tab.hpp"
#include "TabIface.hpp"
#include "AppConfig.hpp"