Skip to content

Commit

Permalink
Bug 1129686 - fix friend class declaration. r=jrmuizel
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShih committed Feb 12, 2015
1 parent d557c20 commit 152e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/thebes/gfxPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GetBackendName(mozilla::gfx::BackendType aBackend)
}

class gfxPlatform {
friend SRGBOverrideObserver;
friend class SRGBOverrideObserver;

public:
typedef mozilla::gfx::Color Color;
Expand Down

0 comments on commit 152e57a

Please sign in to comment.