summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx b/setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx
index 1b1cb5e2829e..5b2f94047f5e 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/windowsregistry.hxx
@@ -16,15 +16,15 @@
#include "Registry.hxx"
-/** Basically a factory class
+/** Basically a factory class
*/
-class WindowsRegistry
+class WindowsRegistry
{
public:
WindowsRegistry();
-
+
RegistryKey GetClassesRootKey(bool Writeable = true) const;
-
+
RegistryKey GetCurrentUserKey(bool Writeable = true) const;
RegistryKey GetLocalMachineKey(bool Writeable = true) const;
@@ -38,6 +38,6 @@ private:
bool m_IsWinNT;
};
-#endif
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */