plugins/consoles/vt100cons/inc/vtc_base.h
changeset 28 169dfbeff8ee
parent 0 7f656887cf89
child 30 35cb3fe43f60
--- a/plugins/consoles/vt100cons/inc/vtc_base.h	Tue Aug 10 12:33:46 2010 +0100
+++ b/plugins/consoles/vt100cons/inc/vtc_base.h	Wed Aug 11 12:05:02 2010 +0100
@@ -51,6 +51,7 @@
 protected:
 	IMPORT_C CVtcConsoleBase();
 	IMPORT_C virtual void ConstructL(const TDesC& aTitle);
+	IMPORT_C void ConstructL(const TDesC& aTitle, TBool aConsoleSupportsSizeDetect); // Note this is NOT virtual, only used for baseclasses to call up to from their overload of ConstructL(const TDesC&) if they explicitly don't support console size detect
 	IMPORT_C static TInt ReadKeywordValuePair(TLex& aLex, TPtrC& aKeyword, TPtrC& aValue);
 
 private: