Skip to content

Commit

Permalink
[c++] Final rename SOMA_READER -> SOMA_ARRAY_READER (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Mar 30, 2023
1 parent 38987dc commit aadb054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libtiledbsoma/include/tiledbsoma/soma_array_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* This declares the SOMAArrayReader
*/

#ifndef SOMA_READER
#define SOMA_READER
#ifndef SOMA_ARRAY_READER
#define SOMA_ARRAY_READER

#include <stdexcept> // for windows: error C2039: 'runtime_error': is not a member of 'std'

Expand Down Expand Up @@ -374,4 +374,4 @@ class SOMAArrayReader {

} // namespace tiledbsoma

#endif
#endif // SOMA_ARRAY_READER

0 comments on commit aadb054

Please sign in to comment.