aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:03:54 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:03:54 -0700
commitbadecd4207902b5faebb07a2c2f807f345994040 (patch)
tree1a5441eec08473d55ab5b073092400f5360078e2 /toolsrc/include
parent72394491b20753c3ee3987c5f15aedfc0742a0d8 (diff)
downloadvcpkg-badecd4207902b5faebb07a2c2f807f345994040.tar.gz
vcpkg-badecd4207902b5faebb07a2c2f807f345994040.zip
CoffFileReader naming convention
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/coff_file_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/coff_file_reader.h b/toolsrc/include/coff_file_reader.h
index 09f6447c2..7287211a1 100644
--- a/toolsrc/include/coff_file_reader.h
+++ b/toolsrc/include/coff_file_reader.h
@@ -3,7 +3,7 @@
#include "filesystem_fs.h"
#include <vector>
-namespace vcpkg::COFFFileReader
+namespace vcpkg::CoffFileReader
{
struct DllInfo
{