added missing template
This commit is contained in:
parent
80fa55a1f8
commit
598cbb6b61
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: fluxbox.cc,v 1.229 2004/01/21 15:30:27 fluxgen Exp $
|
||||
// $Id: fluxbox.cc,v 1.230 2004/02/10 18:51:08 fluxgen Exp $
|
||||
|
||||
#include "fluxbox.hh"
|
||||
|
||||
|
@ -318,7 +318,7 @@ setFromString(const char *strval) {
|
|||
setDefaultValue();
|
||||
}
|
||||
|
||||
|
||||
template<>
|
||||
string FbTk::Resource<long>::
|
||||
getString() {
|
||||
char tmpstr[128];
|
||||
|
|
Loading…
Reference in a new issue