summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/IsWithinAccuracy.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/IsWithinAccuracy.h')
-rw-r--r--plugins/Quotes/src/IsWithinAccuracy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/IsWithinAccuracy.h b/plugins/Quotes/src/IsWithinAccuracy.h
index 2430cd8675..c2479ae6e0 100644
--- a/plugins/Quotes/src/IsWithinAccuracy.h
+++ b/plugins/Quotes/src/IsWithinAccuracy.h
@@ -1,4 +1,4 @@
-#ifndef __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
+#ifndef __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
#define __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
inline bool IsWithinAccuracy(double dValue1, double dValue2, double dAccuracy = 1e-4)