summaryrefslogtreecommitdiff
path: root/extensions/test/ole/OleConverterVar1/smartarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/OleConverterVar1/smartarray.h')
-rw-r--r--extensions/test/ole/OleConverterVar1/smartarray.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/test/ole/OleConverterVar1/smartarray.h b/extensions/test/ole/OleConverterVar1/smartarray.h
index 424fdb9c45e2..1c8fbd6e6e92 100644
--- a/extensions/test/ole/OleConverterVar1/smartarray.h
+++ b/extensions/test/ole/OleConverterVar1/smartarray.h
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_TEST_OLE_OLECONVERTERVAR1_SMARTARRAY_H
-#define INCLUDED_EXTENSIONS_TEST_OLE_OLECONVERTERVAR1_SMARTARRAY_H
+#pragma once
template< class sourceType>
@@ -219,6 +218,5 @@ template <> SmartArray <IUnknown*>::SmartArray(sourceType * parParams, int count
}
SafeArrayUnaccessData( m_array);
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */