Move wxGridCellStartEditor into view/grid

This commit is contained in:
Grégory Soutadé 2011-08-15 09:48:48 +02:00
parent 5b9487b490
commit 6d0fe8ec7b
3 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <model/model.h>
#include "PasswordDialog.h"
#include "SupportedLanguages.h"
#include "wxGridCellStarEditor.h"
#include "grid/wxGridCellStarEditor.h"
class PreferencesPanel: public KissPanel
{