diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-12 20:46:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-12 20:46:11 +0200 |
commit | 28d2bb72939494cd65986e6d454a74a612e6ad50 (patch) | |
tree | 6804866c59ba327faabc924408b90156329aef67 /sfx2/inc | |
parent | 0866e0f41f359feef99ede2d27c883c3b27b65e9 (diff) |
warning C4099: type name first seen using 'struct' now seen using 'class'
Change-Id: Ibbf92a0156cbb086901a59c6ed0fa950601570f5
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/thumbnailview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx index 4a4537002be5..da69b2b815a3 100644 --- a/sfx2/inc/sfx2/thumbnailview.hxx +++ b/sfx2/inc/sfx2/thumbnailview.hxx @@ -28,7 +28,7 @@ class DataChangedEvent; class ScrollBar; typedef ::std::vector< ThumbnailViewItem* > ValueItemList; -class ThumbnailItemAttributes; +struct ThumbnailItemAttributes; class ThumbnailViewAcc; class ThumbnailViewItemAcc; |