From cd6ee0589d0556d3d9e81d835c8b900636083de5 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Mon, 25 Apr 2011 22:29:26 +0300 Subject: JANITORIAL: Format forward declarations to follow convention --- graphics/fonts/winfont.h | 4 ++-- graphics/pict.h | 2 +- graphics/wincursor.h | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/fonts/winfont.h b/graphics/fonts/winfont.h index fbe4a778e2..a552b18b66 100644 --- a/graphics/fonts/winfont.h +++ b/graphics/fonts/winfont.h @@ -28,8 +28,8 @@ #include "graphics/font.h" namespace Common { - class SeekableReadStream; - class String; +class SeekableReadStream; +class String; } namespace Graphics { diff --git a/graphics/pict.h b/graphics/pict.h index a683a23bf6..22f36aafe7 100644 --- a/graphics/pict.h +++ b/graphics/pict.h @@ -32,7 +32,7 @@ #include "graphics/pixelformat.h" namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace Graphics { diff --git a/graphics/wincursor.h b/graphics/wincursor.h index ca0abf6fe1..717a1be588 100644 --- a/graphics/wincursor.h +++ b/graphics/wincursor.h @@ -30,9 +30,9 @@ #include "common/winexe.h" namespace Common { - class NEResources; - class PEResources; - class SeekableReadStream; +class NEResources; +class PEResources; +class SeekableReadStream; } namespace Graphics { -- cgit v1.2.3