aboutsummaryrefslogtreecommitdiff
path: root/src/programchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/programchain.h')
-rw-r--r--src/programchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/programchain.h b/src/programchain.h
index 34f64f8..333c91b 100644
--- a/src/programchain.h
+++ b/src/programchain.h
@@ -81,7 +81,7 @@ private:
81 * Shuts down all operation no matter what point in the operation we were. 81 * Shuts down all operation no matter what point in the operation we were.
82 */ 82 */
83 void emergencyShutdown(); 83 void emergencyShutdown();
84 MultiLog *pLog; /**< A pointer to a log. */ 84 MultiLog &xLog; /**< A reference to the log. */
85 LinkedList lLink; /**< The linked list that contains all of the links. */ 85 LinkedList lLink; /**< The linked list that contains all of the links. */
86}; 86};
87 87