Switch to unified view

a/src/aspell/rclaspell.h b/src/aspell/rclaspell.h
...
...
48
 public:
48
 public:
49
    Aspell(RclConfig *cnf);
49
    Aspell(RclConfig *cnf);
50
    ~Aspell();
50
    ~Aspell();
51
51
52
    /** Check health */
52
    /** Check health */
53
    bool ok();
53
    bool ok() const;
54
54
55
    /** Find the aspell command and shared library, init function pointers */
55
    /** Find the aspell command and shared library, init function pointers */
56
    bool init(string &reason); 
56
    bool init(string &reason); 
57
57
58
    /**  Build dictionary out of index term list. This is done at the end
58
    /**  Build dictionary out of index term list. This is done at the end