Skip to content

Commit 0e93ae3

Browse files
committed
Mark deprecated C++ API function as deprecated
1 parent 4b10bc3 commit 0e93ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/cpp/NeXusFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ namespace NeXus {
129129
* This is a deprecated function.
130130
* \param com The compression type.
131131
*/
132-
void compress(NXcompression comp);
132+
void compress(NXcompression comp) NEXUS_DEPRECATED_FUNCTION;
133133

134134
/**
135135
* Initialize the pending group search to start again.

0 commit comments

Comments
 (0)