Browse Source

KIWAY_HOLDER doesnt need wx/frame.h

6.0.7
Marek Roszko 5 years ago
parent
commit
013209046b
  1. 5
      include/kiway_holder.h

5
include/kiway_holder.h

@ -24,12 +24,9 @@
#ifndef KIWAY_HOLDER_H_
#define KIWAY_HOLDER_H_
#include <wx/frame.h>
class KIWAY;
class PROJECT;
class wxWindow;
/**
* A mix in class which holds the location of a wxWindow's KIWAY.

Loading…
Cancel
Save