forked from qt-creator/qt-creator
Replace some struct with classes
* Fixes warnings about struct/class mixup in windows Reviewed-by: thorbjorn
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
struct CompletionItem;
|
||||
class CompletionItem;
|
||||
class ITextEditable;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user