aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/MachineType.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/MachineType.h')
-rw-r--r--toolsrc/include/MachineType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/MachineType.h b/toolsrc/include/MachineType.h
index 2318c092b..6f61bbd53 100644
--- a/toolsrc/include/MachineType.h
+++ b/toolsrc/include/MachineType.h
@@ -32,5 +32,5 @@ namespace vcpkg
WCEMIPSV2 = 0x169, // MIPS little-endian WCE v2
};
- MachineType getMachineType(const uint16_t value);
+ MachineType to_machine_type(const uint16_t value);
}