X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8fb3c55ee009a11db5e1c08a4cfb286979412745..60c13e8b4c7ea3d595969c1e7c0a28b068a17ca6:/AbstractInterface.h diff --git a/AbstractInterface.h b/AbstractInterface.h index 95ad4bb..8a509fb 100644 --- a/AbstractInterface.h +++ b/AbstractInterface.h @@ -56,8 +56,7 @@ public : inline AbstractInterface* getAssociatedIface() { return associatedIface; } inline QString getClockIfaceString() { return clkIface; } inline int getClockIfaceType() { return clkIfaceType; } - AbstractInterface* getClockIface(); - + AbstractInterface* getClockIface(); double getDoubleWidth() throw(QException);