aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/test/image_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/test/image_utils.h')
-rw-r--r--src/decoder/test/image_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/test/image_utils.h b/src/decoder/test/image_utils.h
index 718696e..adfded5 100644
--- a/src/decoder/test/image_utils.h
+++ b/src/decoder/test/image_utils.h
@@ -116,7 +116,7 @@ static std::string LoadASTCFile(const std::string& basename) {
}
}
-void LoadGoldenBmp(const std::string& path, ImageBuffer* result) {
+static void LoadGoldenBmp(const std::string& path, ImageBuffer* result) {
constexpr size_t kBmpHeaderSize = 54;
SCOPED_TRACE(testing::Message() << "LoadGoldenBmp " << path);