4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-03 06:39:33 +00:00

make it C++

svn path=/trunk/kdesupport/qca/; revision=635280
This commit is contained in:
Stephan Kulow 2007-02-19 18:05:14 +00:00
parent 13dfdf736f
commit d85021bbec

@ -213,7 +213,7 @@ namespace QCA
enum Type enum Type
{ {
Tty, // physical console Tty, // physical console
Stdio, // stdin/stdout Stdio // stdin/stdout
}; };
enum ChannelMode enum ChannelMode