Skip to content

Commit

Permalink
Updating libcassowary build output with memory leak fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhms committed Jan 25, 2017
1 parent f861dca commit 5ba191e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/ARM/cassowary-0.60-Debug.lib
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/ARM/cassowary-0.60-Debug.pdb
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/ARM/cassowary-0.60.lib
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/ARM/cassowary-0.60.pdb
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/x86/cassowary-0.60-Debug.lib
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/x86/cassowary-0.60-Debug.pdb
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/x86/cassowary-0.60.lib
Git LFS file not shown
4 changes: 2 additions & 2 deletions deps/prebuilt/Universal Windows/x86/cassowary-0.60.pdb
Git LFS file not shown
1 change: 1 addition & 0 deletions deps/prebuilt/include/cassowary-0.60/ClVariable.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class ClVariable {
}

ClAbstractVariable *get_pclv() const { return pclv; }
ClAbstractVariable *get_pclv() { return pclv; }
bool IsNil() const { return pclv == NULL; }

virtual FDNumber DesiredValue() const
Expand Down

0 comments on commit 5ba191e

Please sign in to comment.