Mercurial > hg > svapp
diff framework/Document.cpp @ 51:e41af8419d4a
* Remove alignment button altogether if no Match plugin installed.
Then it won't annoy people who really don't want it; they can get
rid of it easily enough.
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2007 17:24:38 +0000 |
parents | a8bb5b2aca4c |
children | 43ad8d909e28 |
line wrap: on
line diff
--- a/framework/Document.cpp Thu Nov 01 16:02:01 2007 +0000 +++ b/framework/Document.cpp Thu Nov 01 17:24:38 2007 +0000 @@ -671,7 +671,7 @@ } bool -Document::canAlign() const +Document::canAlign() { TransformId id = "vamp:match-vamp-plugin:match:path"; TransformFactory *factory = TransformFactory::getInstance();