Skip to content
Snippets Groups Projects
Commit 33afb092 authored by Bhuvan Bezawada's avatar Bhuvan Bezawada
Browse files

Removed getIndex() from public interface

re #23145
parent dbb3f207
No related merge requests found
......@@ -66,9 +66,6 @@ public:
return m_detectorInfo->rotation(m_index);
}
// Needed for test file
size_t getIndex() const { return m_index; }
private:
// Allow DetectorInfoIterator access
friend class DetectorInfoIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment