Stefan Schuermans commited on 2011-12-22 17:44:42
Showing 1 changed files, with 1 additions and 2 deletions.
| ... | ... |
@@ -25,8 +25,7 @@ namespace Blinker {
|
| 25 | 25 |
* @param[in] mgrs managers |
| 26 | 26 |
* @param[in] dirBase base directory |
| 27 | 27 |
*/ |
| 28 |
-Printer::Printer(Mgrs &mgrs, |
|
| 29 |
- const Directory &dirBase): |
|
| 28 |
+Printer::Printer(Mgrs &mgrs, const Directory &dirBase): |
|
| 30 | 29 |
Module(mgrs, dirBase), |
| 31 | 30 |
m_fileInStream(dirBase.getFile("instream"), mgrs.m_streamMgr)
|
| 32 | 31 |
{
|
| 33 | 32 |