missing template<>
This commit is contained in:
parent
0d7f757c2c
commit
bbb5259a88
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Toolbar.cc,v 1.155 2004/09/12 14:56:19 rathnor Exp $
|
||||
// $Id: Toolbar.cc,v 1.156 2004/10/21 10:36:57 akir Exp $
|
||||
|
||||
#include "Toolbar.hh"
|
||||
|
||||
|
@ -104,6 +104,7 @@ setFromString(const char *strval) {
|
|||
setDefaultValue();
|
||||
}
|
||||
|
||||
template<>
|
||||
string FbTk::Resource<Toolbar::Placement>::
|
||||
getString() {
|
||||
switch (m_value) {
|
||||
|
|
Loading…
Reference in a new issue