tadd static keyword to allow inclusion in several objects - slidergrid - grid of elastic sliders on a frictional surface
 (HTM) git clone git://src.adamsgaard.dk/slidergrid
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3f9329b2ef127c8ae24bb399ebbf3697fda31011
 (DIR) parent 71351228ef6ae1c6fc4b1205be8552623d683cf1
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 23 Mar 2016 13:14:31 -0700
       
       add static keyword to allow inclusion in several objects
       
       Diffstat:
         M slidergrid/constants.h              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/slidergrid/constants.h b/slidergrid/constants.h
       t@@ -1,6 +1,6 @@
        #ifndef CONSTANTS_H_
        #define CONSTANTS_H_
        
       -const char* VERSION = "beta-0.1";
       +static const char* VERSION = "beta-0.1";
        
        #endif