summaryrefslogtreecommitdiff
path: root/libs/freeimage/src/Quantizers.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-07 23:58:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-07 23:58:40 +0300
commitbd864aa049acee3bd236858b29ab5e219bf79b62 (patch)
tree412d8cafc87f897244b2033cd4c9eb8f693f3315 /libs/freeimage/src/Quantizers.h
parent62385245de7390d630cdd1459d13c69fd315a302 (diff)
FreeImage: update to 3.18.0
Diffstat (limited to 'libs/freeimage/src/Quantizers.h')
-rw-r--r--libs/freeimage/src/Quantizers.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libs/freeimage/src/Quantizers.h b/libs/freeimage/src/Quantizers.h
index a6f0acd17c..23c4b7afca 100644
--- a/libs/freeimage/src/Quantizers.h
+++ b/libs/freeimage/src/Quantizers.h
@@ -1,4 +1,4 @@
-// =============================================================
+// =============================================================
// Quantizer objects and functions
//
// Design and implementation by:
@@ -20,7 +20,8 @@
// Use at your own risk!
// =============================================================
-#pragma once
+#ifndef FREEIMAGE_QUANTIZER_H
+#define FREEIMAGE_QUANTIZER_H
//
////////////////////////////////////////////////////////////////
@@ -354,3 +355,5 @@ protected:
void WritePalette(void *palette);
};
+
+#endif // FREEIMAGE_QUANTIZER_H