Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05d17b02 authored by Shih-wei Liao's avatar Shih-wei Liao
Browse files

Rename bcc::BCCscript -> bcc::Script. Ideally, should do:

include bcc.h instead of forward declaration.

Change-Id: I649f62d240ed4e13eb95a8988a9ee202b19e7436
parent 7eab0947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include "RenderScriptEnv.h"

namespace bcc {
class BCCscript;
class Script;
}

// ---------------------------------------------------------------------------
@@ -48,7 +48,7 @@ public:

    Program_t mProgram;

    bcc::BCCscript* mBccScript;
    bcc::Script* mBccScript;

    const Allocation *ptrToAllocation(const void *) const;