| 28 | //////////////////////////////////////////////////////////// |
| 29 | |
| 30 | OPENPGL_INLINE Distribution::Distribution(PGLDistribution distributionHandle) |
| 31 | { |
| 32 | m_distributionHandle = distributionHandle; |
| 33 | } |
| 34 | } // namespace cpp |
| 35 | } // namespace openpgl |
nothing calls this directly
no outgoing calls
no test coverage detected