summaryrefslogtreecommitdiff
path: root/include/vcl/pngread.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-06-12 10:26:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-06-12 13:33:02 +0900
commitd9b7d3a2dd943d246e7d09b3539628e2e357a307 (patch)
treeffed34a518801b81a6514d602379f31155894fff /include/vcl/pngread.hxx
parenta8e52f12d277d9f6ee508f6512f3028810ec12ab (diff)
sal_Bool to bool
Change-Id: I85944f6912f01d883da976d5dd967f435104bad0
Diffstat (limited to 'include/vcl/pngread.hxx')
-rw-r--r--include/vcl/pngread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/pngread.hxx b/include/vcl/pngread.hxx
index cc1218702bfb..6bc0ba3ece44 100644
--- a/include/vcl/pngread.hxx
+++ b/include/vcl/pngread.hxx
@@ -55,7 +55,7 @@ namespace vcl
};
const std::vector< ChunkData >& GetChunks() const;
- void SetIgnoreGammaChunk( sal_Bool b );
+ void SetIgnoreGammaChunk( bool b );
};
}