Replace some struct with classes

* Fixes warnings about struct/class mixup in windows

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-08-13 12:53:36 +02:00
parent cf46cf749e
commit 6fed7c662e
14 changed files with 35 additions and 27 deletions

View File

@@ -36,7 +36,7 @@
namespace TextEditor {
struct CompletionItem;
class CompletionItem;
class ITextEditable;
namespace Internal {