Skip to content

Commit 5f56ece

Browse files
committed
Allow inheritance of InjectGenerator
1 parent d00bb0e commit 5f56ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openfluid/machine/InjectGenerator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace openfluid { namespace machine {
5454

5555
class OPENFLUID_API InjectGenerator : public MonoGenerator
5656
{
57-
private:
57+
protected:
5858

5959
bool m_IsMin;
6060
bool m_IsMax;

0 commit comments

Comments
 (0)