]> git.lyx.org Git - lyx.git/blobdiff - src/support/block.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / block.h
index 7c44eedd9c5719e451be87d69b7c4a814c2e1407..cfb67731bd5ae51ac9cdfd629ee4b760c98508e0 100644 (file)
@@ -17,7 +17,6 @@ public:
        typedef T * iterator;
        typedef T const * const_iterator;
        size_type size() const { return s; }
-       operator T* () { return arr; }
        reference at(int i) {
                Assert(i >= 0 && i < s);
                return arr[i];