From 18cb422d37084fed768518e89da6bb7ca5e8f040 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jan 2012 17:08:55 -0700 Subject: Interface plugins are almost done. At least, the basic console interface is almost done. --- src/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 4103f93..bc4bd06 100644 --- a/src/interface.h +++ b/src/interface.h @@ -7,7 +7,7 @@ public: Interface(); virtual ~Interface(); - void display(); + virtual void display( const class SmlNode *pSml )=0; }; #endif -- cgit v1.2.3