Skip to content
Snippets Groups Projects
Commit 5e4c6e75 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

MyIterate: make member variables private.

parent 913ed2ff
No related branches found
No related tags found
No related merge requests found
......@@ -116,10 +116,10 @@ namespace NOlm {
//! Iterate over file selection. Implementation for use in IterateO.
class MyIterate {
public: // TODO: should become private
private:
int iV;
vector<int> Sel;
public:
public:
MyIterate( int mode );
void reset() { iV = 0; }
POlo get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment